const internal/runtime/maps.maxAvgGroupLoad

6 uses

	internal/runtime/maps (current package)
		group.go#L20: 	maxAvgGroupLoad = 7
		map.go#L293: 	targetCapacity := (hint * abi.MapGroupSlots) / maxAvgGroupLoad
		table.go#L129: 		if t.capacity > math.MaxUint16/maxAvgGroupLoad {
		table.go#L132: 		return (t.capacity * maxAvgGroupLoad) / abi.MapGroupSlots
		table.go#L596: 	return (t.capacity*maxAvgGroupLoad)/abi.MapGroupSlots - t.used - t.growthLeft
		table_debug.go#L65: 	growthLeft := (t.capacity*maxAvgGroupLoad)/abi.MapGroupSlots - t.used - deleted